projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c67f8f2
)
* lisp/doc-view.el (doc-view-presentation): Fix thinko
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Sat, 23 May 2020 03:36:57 +0000
(23:36 -0400)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Sat, 23 May 2020 03:36:57 +0000
(23:36 -0400)
lisp/doc-view.el
patch
|
blob
|
history
diff --git
a/lisp/doc-view.el
b/lisp/doc-view.el
index 3cac2629a9ca9b3af2fcfe6fa44d873c0bd74fb0..de342f1519e9eb86aa9fe30ad9a3e868c6a3f3db 100644
(file)
--- a/
lisp/doc-view.el
+++ b/
lisp/doc-view.el
@@
-2050,8
+2050,8
@@
See the command `doc-view-mode' for more information on this mode."
(when (memq (selected-frame) (alist-get 'frames attrs))
(let ((geom (alist-get 'geometry attrs)))
(when geom
- (setq monitor-
top
(nth 0 geom))
- (setq monitor-
left
(nth 1 geom))
+ (setq monitor-
left
(nth 0 geom))
+ (setq monitor-
top
(nth 1 geom))
(setq monitor-width (nth 2 geom))
(setq monitor-height (nth 3 geom))))))
(let ((frame (make-frame